home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / amigalib / hookentry.s < prev    next >
Encoding:
Text File  |  1995-10-26  |  208 b   |  14 lines

  1.     section "CODE",code
  2.     xdef    _HookEntry
  3.     cnop    0,4
  4.  
  5. _HookEntry
  6.     move.l  a1,-(a7)
  7.     move.l  a2,-(a7)
  8.     move.l  a0,-(a7)
  9.     move.l  12(a0),a0
  10.     jsr     (a0)
  11.     lea     12(a7),a7
  12.     rts
  13.  
  14.